* search.c (struct regexp_cache): New entry syntax_table.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:44:52 +0000 (21:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Sep 2006 21:44:52 +0000 (21:44 +0000)
commit49f0f40ea2afd03795651af4f2f1ce069bb9398c
tree965bcadab3ce949a949ef087e04e2747621ba9c3
parentca9d1f4692506bd3ff4df12636d87667e7ecfdc6
* search.c (struct regexp_cache): New entry syntax_table.
(compile_pattern_1): Set it.
(syms_of_search): Initialize it.
(compile_pattern): Require the syntax_table entry of the cache
element to match the current syntax table entry.
src/ChangeLog
src/search.c